transformation.associationtags.buttonlisteners
Class QuitListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.QuitListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class QuitListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
QuitListener(Comment comment, java.util.List<AssociationTag> tags, javax.swing.JFrame frame, DiagramExtension diagramExtension, java.util.List<javax.swing.JCheckBox> checkBoxes)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Saves the changes made to the association tags to the comment element and closes the association tags view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuitListener

public QuitListener(Comment comment,
                    java.util.List<AssociationTag> tags,
                    javax.swing.JFrame frame,
                    DiagramExtension diagramExtension,
                    java.util.List<javax.swing.JCheckBox> checkBoxes)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Saves the changes made to the association tags to the comment element and closes the association tags view.

Specified by:
actionPerformed in interface java.awt.event.ActionListener